home *** CD-ROM | disk | FTP | other *** search
- on exitFrame me
- global gIso, gUserDataMan, gNavigatingFromLoadIn, gConMan, gCostMan
- initIsoEngine_Construction()
- if gNavigatingFromLoadIn = 1 then
- gNavigatingFromLoadIn = VOID
- placeToGoTo = getSavePlace(gUserDataMan)
- theFrameLabel = placeToGoTo[#frameLabel]
- gConMan = new(script("constructionDecisionTracker"))
- gCostMan = new(script("costManager"))
- go(theFrameLabel)
- end if
- end
-